home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Interface / it.dig / scripts / DefineButton2_188 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-04-20  |  164 b   |  6 lines

  1. on(release){
  2.    _parent._parent.anula_btn._visible = false;
  3.    _parent._parent.descri.gotoAndStop(1);
  4.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  5. }
  6.